home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1996 November / Software of the Month Club 1996 November.iso / mac / Education / Ohms Law Tutorial ƒ / Ohms Law Tutorial / Ohms Law Tutorial .rsrc / TEXT_131.txt < prev    next >
Text File  |  1995-08-07  |  1KB  |  35 lines

  1. MATH SHORT HAND
  2.  
  3. Before we move on to doing any problem solving and experiments, I would like to present some standard short hand notation for dealing with very large and very small numbers.
  4.  
  5. They are as follows
  6.  
  7.      1,000 (103) -------> K  for Kilo meaning one thousand
  8.      1,000,000(106) ----> M  for Mega meaning one million
  9.       .001(10-3) -------> m for milli meaning 1/1000
  10.       .000001(10-6)-----> ┬╡ for micro meaning 1/1000000
  11.  
  12. When solving problems with numbers express like this on you calculators, be sure to enter the number correctly to get the correct answer.  If you are not sure consult the manual that comes with your calculator. For instance you might need to solve the following equation for the voltage applied  in a circuit that has 5K╬⌐ of resistance and a current of 1 ma. The equation would look like
  13.  
  14.         Volts(?) = 1 ma x 5 K╬⌐
  15.  
  16. on your calculator you would have to enter
  17.  
  18.          .001 or (1E-3) for the 1 ma
  19. and       5000 or (5E3) for the 5K╬⌐
  20.  
  21. Then multiply.
  22.  
  23. The answer you should get is 5 volts.
  24.  
  25. Now if you are using MathPad, then the program recognizes the above abbreviations. The following is a copy of the way the problem would be entered and the results after pressing the enter key.
  26.  
  27. first type in
  28.  
  29.              1m*5K
  30.  
  31. Then press the enter key on your keyboard. Your display should look like
  32.  
  33.              1m*5K:5
  34.  
  35. The program adds the colon and the answer 5 to the line.